home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 1.3 KB | 38 lines | [TEXT/GEOL] |
- Item 9575101 31-Jan-90 22:19PST
-
- From: D2215 DacEasy, Wilma Blair,PRT
-
- To: MACAPP.TECH$ MacApp Technical
-
- Sub: linking with -sym -debug
-
- With my 50,000 line application, I get an 'Unable to swap in Shell segment'
- message while linking '-sym -debug' (I also got a crash on another link
- attempt). I am using MPW 3.1 on a Mac IIx with 4M RAM running under finder.
-
- 4M ain't what it used to be, I guess I'm out of memory.
-
- The release notes for SADE state that the program size cannot exceed 65536
- lines. I assume that this includes MacApp source files in addition to the
- program source files. So I really don't need to link this much symbol
- information anyway as SADE won't work with symbol information for MacApp and my
- program at once.
-
- Is there an easy way to only generate -sym information for my program files and
- not for MacApp - or to have symbol information for just one of my program files
- and all of MacApp?
-
- BTW. I tried compiling DemoDialogs with '-sym -debug' and followed the
- instructions for using SADE with a MacApp program. I got to the stage where I
- exectue the 'setupStepMethod' command and received the following error
- message:
-
- %_MethTables not loaded
-
- ### Currently executing line 2 in proc "SETUPSTEPMETHOD
-
- What gives?
-
- Regards, Les Caudle
-
-